-- background: 17456 from stack: in -- bmap block id: 21288 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- function gmouseH get loc of card window return the mouseH + (first item of it) end gmouseH function gmouseV get loc of card window return the mouseV + (second item of it) end gmouseV -- part 18 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=10 top=312 right=342 bottom=45 -- title width / last selected line: 0 -- icon id / first selected line: 24539 / 24539 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp go home end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=47 top=313 right=342 bottom=85 -- title width / last selected line: 0 -- icon id / first selected line: 1141 / 1141 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Back to periodic ----- HyperTalk script ----- on mouseUp visual effect dissolve set cursor to 4 go to card ID 12855 end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=480 top=315 right=338 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp visual effect iris close go to first card end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=221 top=315 right=338 bottom=249 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to prev card end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=249 top=315 right=338 bottom=276 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=441 top=315 right=340 bottom=480 -- title width / last selected line: 0 -- icon id / first selected line: 18417 / 18417 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: recent ----- HyperTalk script ----- on mouseUp visual effect iris close go to recent card end mouseUp